Event.getAxes

Extracts all axis values from an event.

To find out which axes are used, use [method@Gdk.DeviceTool.get_axes] on the device tool returned by [method@Gdk.Event.get_device_tool].

class Event
bool
getAxes
(
out double[] axes
)

Parameters

axes double[]

the array of values for all axes

Return Value

Type: bool

%TRUE on success, otherwise %FALSE

Meta